home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Clean 1.2.4
/
PowerMacInterface
/
textedit.icl
< prev
next >
Wrap
Text File
|
1995-02-14
|
128b
|
9 lines
implementation module textedit;
import mac_types;
TEInit :: !Toolbox -> Toolbox;
TEInit t = code (t=U)(z=Z){
call .TEInit
};